17. Extended Kalman Filter
Extended Kalman Filter

Follow the arrows from top left to bottom to top right: (1) A Gaussian from 10,000 random values in a normal distribution with a mean of 0. (2) Using a nonlinear function, arctan, to transform each value. (3) The resulting distribution.

This one looks much better! Notice how the blue graph, the output, remains a Gaussian after applying a first order Taylor expansion.
How to Perform a Taylor Expansion
The general form of a Taylor series expansion of an equation, , at point is as follows:
Simply replace with a given equation, find the partial derivative, and plug in the value to find the Taylor expansion at that value of .
See if you can find the Taylor expansion of .
Let’s say we have a predicted state density described by
and .
The function that projects the predicted state, , to the measurement space is
.
and its partial derivative is
.
I want you to use the first order Taylor expansion to construct a linear approximation of to find the equation of the line that linearizes the function at the mean location .

The orange line represents the first order Taylor expansion of arctan(x). What is it?
A)
B)
C)
D)